Fix use of int instead of EMACS_INT in editfns.c.
authorEli Zaretskii <eliz@gnu.org>
Thu, 23 Sep 2010 17:10:21 +0000 (13:10 -0400)
committerEli Zaretskii <eliz@gnu.org>
Thu, 23 Sep 2010 17:10:21 +0000 (13:10 -0400)
commit652cf2b23723d56f2d47101e2b408b9fcdae14b5
treeae65d85a16b03c3c7fa70b1f75f756b3485c02fd
parent330f315168d73c88e26a7f9e4c3b96015457fed3
Fix use of int instead of EMACS_INT in editfns.c.

 editfns.c (transpose_markers, update_buffer_properties)
 (buildmark, clip_to_bounds, Fgoto_char, overlays_around)
 (get_pos_property, Fconstrain_to_field)
 (Fline_beginning_position, Fline_end_position, Fprevious_char)
 (Fchar_after, Fchar_before, Finsert_char)
 (Finsert_buffer_substring, Fcompare_buffer_substrings)
 (Fsubst_char_in_region, Fformat, Ftranspose_regions): Use
 EMACS_INT for buffer and string position variables.
 lisp.h (clip_to_bounds): Adjust prototype.
src/ChangeLog
src/editfns.c
src/lisp.h